1. Drag and drop the addons folder into cstrike folder.

2. Upload kz_top.php to your web server.

3. Use this to create MySQL table:

CREATE TABLE `kz_top` (
	`name` varchar(32) binary NOT NULL default '',
	`time` int(10) unsigned NOT NULL default '0',
	`cp` int(10) unsigned NOT NULL default '0',
	`gc` int(10) unsigned NOT NULL default '0',
	`map` varchar(32) binary NOT NULL default ''
) TYPE=MyISAM COMMENT='Climbers Top Table';

4. Add kz_top_sql.amxx to plugins.ini

5. Edit addons/amxmodx/configs/kz/top.cfg

6. Change map or restart your server.